home *** CD-ROM | disk | FTP | other *** search
/ Private: Geographic / Private: Geographic.iso / MAIN.DXR / 00001.ls next >
Encoding:
Text File  |  1998-03-23  |  466 b   |  25 lines

  1. on mouseEnter me
  2.   if the member of sprite 6 = member 9 of castLib 1 then
  3.     cursor(280)
  4.   end if
  5. end
  6.  
  7. on mouseLeave me
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseDown me
  12.   if the member of sprite 6 = member 9 of castLib 1 then
  13.     puppetSound("down")
  14.     set the member of sprite 7 to 21
  15.   end if
  16. end
  17.  
  18. on mouseUp
  19.   if the member of sprite 6 = member 9 of castLib 1 then
  20.     set the member of sprite 6 to 3
  21.     puppetSound("Up")
  22.     set the movieRate of sprite 10 to 0
  23.   end if
  24. end
  25.